home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / jvexcel / JVEXCEL.ZIP / ExcelDemo / ExcelDem.dfm / ExcelDem.txt
Encoding:
Text File  |  1998-04-12  |  7.2 KB  |  370 lines

  1. object ExcelDemoForm: TExcelDemoForm
  2.   Left = 0
  3.   Top = 48
  4.   Width = 640
  5.   Height = 440
  6.   Caption = 'ExcelDemoForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 8
  18.     Top = 120
  19.     Width = 233
  20.     Height = 281
  21.     Style = bsRaised
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 233
  27.     Height = 105
  28.     Style = bsRaised
  29.   end
  30.   object Label1: TLabel
  31.     Left = 12
  32.     Top = 16
  33.     Width = 222
  34.     Height = 20
  35.     Caption = 'Excel Application Functions'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clNavy
  38.     Font.Height = -16
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold, fsUnderline]
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 14
  45.     Top = 122
  46.     Width = 215
  47.     Height = 20
  48.     Caption = 'Excel WorkBook Functions'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clMaroon
  51.     Font.Height = -16
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold, fsUnderline]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object Label3: TLabel
  58.     Left = 18
  59.     Top = 214
  60.     Width = 75
  61.     Height = 13
  62.     Caption = 'Read Password'
  63.     Transparent = True
  64.   end
  65.   object TLabel
  66.     Left = 24
  67.     Top = 280
  68.     Width = 3
  69.     Height = 13
  70.   end
  71.   object Label4: TLabel
  72.     Left = 18
  73.     Top = 254
  74.     Width = 74
  75.     Height = 13
  76.     Caption = 'Write Password'
  77.     Transparent = True
  78.   end
  79.   object Panel1: TPanel
  80.     Left = 248
  81.     Top = 7
  82.     Width = 369
  83.     Height = 369
  84.     BevelInner = bvLowered
  85.     BevelWidth = 3
  86.     Color = 16744576
  87.     TabOrder = 11
  88.     object Label5: TLabel
  89.       Left = 75
  90.       Top = 16
  91.       Width = 234
  92.       Height = 24
  93.       Caption = 'Excel WorkSheet Functions'
  94.       Color = 16744576
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clPurple
  97.       Font.Height = -19
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsUnderline]
  100.       ParentColor = False
  101.       ParentFont = False
  102.       Transparent = True
  103.     end
  104.     object Label6: TLabel
  105.       Left = 107
  106.       Top = 200
  107.       Width = 22
  108.       Height = 13
  109.       Caption = 'Cells'
  110.     end
  111.     object Label7: TLabel
  112.       Left = 100
  113.       Top = 222
  114.       Width = 37
  115.       Height = 13
  116.       Caption = 'Formula'
  117.     end
  118.     object Button8: TButton
  119.       Left = 19
  120.       Top = 56
  121.       Width = 75
  122.       Height = 25
  123.       Caption = 'Insert Data'
  124.       TabOrder = 0
  125.       OnClick = Button8Click
  126.     end
  127.     object StringGrid1: TStringGrid
  128.       Left = 131
  129.       Top = 48
  130.       Width = 200
  131.       Height = 69
  132.       Color = clWhite
  133.       ColCount = 3
  134.       DefaultRowHeight = 15
  135.       FixedCols = 0
  136.       RowCount = 4
  137.       FixedRows = 0
  138.       GridLineWidth = 2
  139.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  140.       ScrollBars = ssNone
  141.       TabOrder = 1
  142.     end
  143.     object Button10: TButton
  144.       Left = 19
  145.       Top = 144
  146.       Width = 75
  147.       Height = 25
  148.       Caption = 'Set Font'
  149.       TabOrder = 2
  150.       OnClick = Button10Click
  151.     end
  152.     object Button12: TButton
  153.       Left = 83
  154.       Top = 304
  155.       Width = 75
  156.       Height = 25
  157.       Caption = 'Print Preview'
  158.       TabOrder = 3
  159.       OnClick = Button12Click
  160.     end
  161.     object Button13: TButton
  162.       Left = 171
  163.       Top = 304
  164.       Width = 75
  165.       Height = 25
  166.       Caption = 'Print'
  167.       TabOrder = 4
  168.       OnClick = Button13Click
  169.     end
  170.     object Button14: TButton
  171.       Left = 19
  172.       Top = 192
  173.       Width = 75
  174.       Height = 25
  175.       Caption = 'Set Formula'
  176.       TabOrder = 5
  177.       OnClick = Button14Click
  178.     end
  179.     object Cellsbox: TEdit
  180.       Left = 147
  181.       Top = 192
  182.       Width = 41
  183.       Height = 21
  184.       TabOrder = 6
  185.       Text = 'A5:C5'
  186.     end
  187.     object FormulaBox: TEdit
  188.       Left = 147
  189.       Top = 216
  190.       Width = 121
  191.       Height = 21
  192.       TabOrder = 7
  193.       Text = '=SUM(A1:A4)'
  194.     end
  195.   end
  196.   object Button1: TButton
  197.     Left = 24
  198.     Top = 40
  199.     Width = 89
  200.     Height = 25
  201.     Caption = 'Start Excel App'
  202.     TabOrder = 0
  203.     OnClick = Button1Click
  204.   end
  205.   object Button2: TButton
  206.     Left = 18
  207.     Top = 154
  208.     Width = 97
  209.     Height = 25
  210.     Caption = 'Open WorkBook'
  211.     TabOrder = 1
  212.     OnClick = Button2Click
  213.   end
  214.   object AppVisibleCheckBox: TCheckBox
  215.     Left = 24
  216.     Top = 72
  217.     Width = 97
  218.     Height = 17
  219.     Hint = 'Hides or shows Excel'
  220.     Caption = 'Visible'
  221.     ParentShowHint = False
  222.     ShowHint = True
  223.     TabOrder = 2
  224.     OnClick = AppVisibleCheckBoxClick
  225.   end
  226.   object Button3: TButton
  227.     Left = 520
  228.     Top = 384
  229.     Width = 75
  230.     Height = 25
  231.     Caption = 'Exit'
  232.     TabOrder = 3
  233.     OnClick = Button3Click
  234.   end
  235.   object AlertsCheckBox: TCheckBox
  236.     Left = 104
  237.     Top = 72
  238.     Width = 129
  239.     Height = 17
  240.     Hint = 
  241.       'Shows/Hides excel prompts such as...'#10#13'Are you sure you want to d' +
  242.       'elete this worksheet?'
  243.     Caption = 'Show Excel Alerts'
  244.     ParentShowHint = False
  245.     ShowHint = True
  246.     TabOrder = 4
  247.     OnClick = AlertsCheckBoxClick
  248.   end
  249.   object Button4: TButton
  250.     Left = 136
  251.     Top = 40
  252.     Width = 89
  253.     Height = 25
  254.     Caption = 'Close Excel App'
  255.     TabOrder = 5
  256.     OnClick = Button4Click
  257.   end
  258.   object Edit1: TEdit
  259.     Left = 18
  260.     Top = 186
  261.     Width = 209
  262.     Height = 21
  263.     TabOrder = 6
  264.     Text = '\ExcelDemo\javtest.xls'
  265.   end
  266.   object Button6: TButton
  267.     Left = 122
  268.     Top = 154
  269.     Width = 105
  270.     Height = 25
  271.     Caption = 'Save / Save As'
  272.     TabOrder = 7
  273.     OnClick = Button6Click
  274.   end
  275.   object Button7: TButton
  276.     Left = 18
  277.     Top = 362
  278.     Width = 89
  279.     Height = 25
  280.     Caption = 'Close Workbook'
  281.     TabOrder = 8
  282.     OnClick = Button7Click
  283.   end
  284.   object Edit2: TEdit
  285.     Left = 18
  286.     Top = 230
  287.     Width = 121
  288.     Height = 21
  289.     TabOrder = 9
  290.   end
  291.   object Edit3: TEdit
  292.     Left = 18
  293.     Top = 270
  294.     Width = 121
  295.     Height = 21
  296.     TabOrder = 10
  297.   end
  298.   object Button5: TButton
  299.     Left = 18
  300.     Top = 298
  301.     Width = 89
  302.     Height = 25
  303.     Caption = 'Get Active Sheet'
  304.     TabOrder = 12
  305.     OnClick = Button5Click
  306.   end
  307.   object Button9: TButton
  308.     Left = 18
  309.     Top = 330
  310.     Width = 91
  311.     Height = 25
  312.     Caption = 'Set Active Sheet'
  313.     TabOrder = 13
  314.     OnClick = Button9Click
  315.   end
  316.   object Edit5: TEdit
  317.     Left = 122
  318.     Top = 314
  319.     Width = 105
  320.     Height = 21
  321.     TabOrder = 14
  322.     Text = 'Edit5'
  323.   end
  324.   object Button11: TButton
  325.     Left = 400
  326.     Top = 152
  327.     Width = 145
  328.     Height = 25
  329.     Caption = 'AutoFit data in cells'
  330.     TabOrder = 15
  331.     OnClick = Button11Click
  332.   end
  333.   object ExcelBook1: TExcelBook
  334.     FileName = 'c:\omniscrn\jaxcel'
  335.     ExcelApp = ExcelApp1
  336.     Left = 176
  337.     Top = 248
  338.   end
  339.   object ExcelSheet1: TExcelSheet
  340.     SheetName = 'jvSheet1'
  341.     ExcelBook = ExcelBook1
  342.     Left = 360
  343.     Top = 272
  344.   end
  345.   object ExcelApp1: TExcelApp
  346.     Visible = True
  347.     ShowExcelAlerts = True
  348.     ExcelStarted = False
  349.     Left = 176
  350.     Top = 48
  351.   end
  352.   object ExcelSheet2: TExcelSheet
  353.     SheetName = 'james2'
  354.     ExcelBook = ExcelBook1
  355.     Left = 304
  356.     Top = 296
  357.   end
  358.   object FontDialog1: TFontDialog
  359.     Font.Charset = DEFAULT_CHARSET
  360.     Font.Color = clWindowText
  361.     Font.Height = -11
  362.     Font.Name = 'MS Sans Serif'
  363.     Font.Style = []
  364.     MinFontSize = 0
  365.     MaxFontSize = 0
  366.     Left = 456
  367.     Top = 288
  368.   end
  369. end
  370.